home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic HTML Construction Kit
/
Dynamic HTML Construction Kit.iso
/
source_code
/
dhtmlunl
/
dhtml.exe
/
CD Content
/
Chap16
/
dun16_5.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-18
|
281 b
|
12 lines
function displayHelp(topic)
{
if (topic == 'general')
window.status = 'Enter values into the form.';
if (topic == 'password')
window.status = 'Enter your user password in this field.';
event.cancelBubble = true;
event.returnValue = false;
}